home *** CD-ROM | disk | FTP | other *** search
/ Sierra's Sneak Peeks 1993 / Sierra Sneak Peeks 1993.iso / menu / menut.bat < prev    next >
DOS Batch File  |  1993-08-09  |  537b  |  31 lines

  1. @echo off
  2.  
  3. rem MENUT.BAT  -- TSN Menu
  4.  
  5. rem Copyright (c) 1993 Sierra On-Line, Inc.  All rights Reserved
  6. rem  See documentation in DEMO.BAT file for more information.
  7.  
  8. if "%xxd%"=="" goto done
  9.  
  10. :MenuT
  11. call Menu\ShowPic tsn1 ny
  12. if "%getkey%"=="TIME" Menu\AutoDemo
  13. if "%getkey%"=="ESC" Menu\MainMenu
  14. if "%getkey%"=="N" Menu\MainMenu
  15.  
  16. mode co80
  17. cd tsn
  18. insttsnc -f
  19. cls
  20. echo.
  21. echo To run TSN, simply enter the directory
  22. echo you installed to and type:
  23. echo    TSN
  24. echo.
  25. echo.
  26. pause
  27.  
  28. %xxd%:
  29. cd %xxc%
  30. menu\mainmenu
  31.